Skip to content

4.x: Hide documentation in sealed interfaces [1/x]#8028

Merged
akarnokd merged 3 commits intoReactiveX:4.xfrom
akarnokd:DocHiding
Mar 19, 2026
Merged

4.x: Hide documentation in sealed interfaces [1/x]#8028
akarnokd merged 3 commits intoReactiveX:4.xfrom
akarnokd:DocHiding

Conversation

@akarnokd
Copy link
Member

This should reduce the file size of the main classes while also keeping docks in IDEs.

Using sealed interfaces to lift the docs into separate multiple files for better readability. Compacts the main files.

We'll do value record FlowableOpConfig() { } for reducing overloads later, hence the core.config package

This should reduce the file size of the main classes while also keeping
docks in IDEs.
@github-actions
Copy link

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 5.053 bits/char
Verdict: ⚠️ Consider review — entropy outside sweet spot

Changed files entropy:

.github/workflows/gradle_branch.yml: 5.055
.github/workflows/gradle_pr.yml: 4.966
.github/workflows/gradle_release.yml: 5.180
.github/workflows/gradle_snapshot.yml: 5.009

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (4.x@7bf2a5f). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff           @@
##             4.x    #8028   +/-   ##
======================================
  Coverage       ?   99.58%           
  Complexity     ?     6789           
======================================
  Files          ?      755           
  Lines          ?    47872           
  Branches       ?     6420           
======================================
  Hits           ?    47672           
  Misses         ?       88           
  Partials       ?      112           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 5.008 bits/char
Verdict: ⚠️ Consider review — entropy outside sweet spot

Changed files entropy:

build.gradle: 5.008

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@github-actions
Copy link

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 5.008 bits/char
Verdict: ⚠️ Consider review — entropy outside sweet spot

Changed files entropy:

build.gradle: 5.008

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@akarnokd akarnokd merged commit 5756066 into ReactiveX:4.x Mar 19, 2026
3 checks passed
@akarnokd akarnokd deleted the DocHiding branch March 19, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant